<!DOCTYPE html>
<html lang="zh-CN " style="font-size: 100px;">
<head>
  <!-- 百度相关代码👇 -->
  <script>
    var _hmt = _hmt || [];
    document.referrer = document.location.href;
  </script>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>桂林山水职业学院</title>
  <link
      rel="stylesheet"
      href="https://wjbobs.hope55.com/page/css/animate.min.css"
    />
  <script src="https://wjbobs.hope55.com/page/js/wow.min.js"></script>
  <script type="module" crossorigin src="/js/app-8e6215c9.js"></script>
  <link rel="stylesheet" href="/css/index-ec21d095.css">
</head>

<!-- <body style="overflow-x: hidden;"> -->

<body>
  <div id="dzbm" style="position: fixed; z-index: 99; bottom: 18%; right: 0">
    <a
      href="http://www.glsszyxy.com/html/zsw/list.html?HType=10&CId=5144"
      target="_blank"
      style="display: block"
      ><img
        src="https://wjbobs.hope55.com/db/UploadFile/2025/6/9/8507386e-9ed7-43d4-bcfd-da55a97c622b.jpg"
        style="display: block; width: 100%; height: 100%"
    /></a>
  </div>
  <!-- 百度统计相关代码👇 -->
  <script>
    var _hmt = _hmt || [];
    (function () {
      var hm = document.createElement("script");
      hm.src = "https://hm.baidu.com/hm.js?63fe37604609c94279afe752fc72fb6d";
      var s = document.getElementsByTagName("script")[0];
      s.parentNode.insertBefore(hm, s);
    })();
  </script>
 <!-- 百度统计相关代码👆 -->
  <div id="app"></div>
  
</body>
<script>
  new WOW().init();

  // 基准大小
  const baseSize = 100
  // 设置 rem 函数
  function setRem() {
    // 当前页面宽度相对于 750 宽的缩放比例，可根据自己需要修改。
    if (document.documentElement.clientWidth < 750) {
      const scale = document.documentElement.clientWidth / 750
      // 设置页面根节点字体大小
      document.documentElement.style.fontSize = (baseSize * Math.min(scale, 2)) + 'px'
    }
  }
  // 初始化
  setRem()
  // 改变窗口大小时重新设置 
  window.onresize = function () {
    setRem()
  }
</script>

</html>